home *** CD-ROM | disk | FTP | other *** search
- @echo off
- cls
- echo.
- echo DocsBoot+ version 0.42:19980703 - Fixup for OS/2 installer batch job
- echo Copyright (C)1994-1998 Zac Schroff, all rights reserved.
- echo.
- echo The OS2FIXUP batch jobs (and the accompanying FDISK.EXE program) have been
- echo removed from the DocsBoot+ package. This is because of some information
- echo that came to light in later 1997, and the fact that I did not wish to keep
- echo rebuilding it for new versions of OS/2, and the absurd amount of temporary
- echo space the OS2FIXUP batch needed (only about 40MB with Borg, but over 100MB for
- echo Warp, and over 400MB for Merlin!).
- echo.
- echo To change the default installation drive for the OS/2 installation program,
- echo add lines similar to the ones below to the CONFIG.SYS on a copy of the OS/2
- echo installation discs, replacing the @ symbol with the letter of the drive on
- echo which you wish to install OS/2.
- echo.
- echo SET INSTALLDRIVE=@:
- echo SWAPPATH=@:\ 1024 1024
- echo.
- echo (If you already have either of these lines, edit them to read as above and do
- echo not add another copy of them.)
- echo.